summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-09-14 17:30:14 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-09-14 17:30:14 +0200
commitfea5b758bce5f886f6ccadd5736a4ba2c17514cb (patch)
treec974eabc6b0c5254c9870a36da5dd9fc34bea44f
parentsettings_setting: Don't remove the AudioEngine workaround (diff)
downloadyuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar
yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.gz
yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.bz2
yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.lz
yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.xz
yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.zst
yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.zip
-rw-r--r--src/common/settings_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h
index 067234aab..1800ab10d 100644
--- a/src/common/settings_common.h
+++ b/src/common/settings_common.h
@@ -231,7 +231,7 @@ public:
[[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0;
/**
- * @returns True if the underlying type is a integer storage
+ * @returns True if the underlying type is an integer storage
*/
[[nodiscard]] virtual constexpr bool IsIntegral() const = 0;